Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I tend to do my collisions the same and something like this:
for i = 0 to len(enemy) loop col = detectenemycollision(enemy[i],player) if col then ..collission happened, do something.. endif repeat
Not sure if that'll help at all/